home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / tcp_ip / jnos / cmdshelp / param < prev    next >
Text File  |  1994-08-09  |  1KB  |  33 lines

  1.  
  2. param <iface> [<param>]
  3.      Invoke a device-specific control routine. A simple 'param
  4. <iface>' will give a list of available  parameters, and their current
  5. values, for the interface <iface>. <param>  can be the literal
  6. description of the parameter.
  7.  
  8.      On the serial interface,  this sends  control  packets over the
  9. serial port. Example, 'param port1 txdelay  255' will set the keyup
  10. timer (type field =  txdelay)  on  the KISS TNC configured as port1 to
  11. 2.55 seconds (255 x .01 sec).
  12.  
  13.      On the radio ports, all timing parameters use a 10ms tick count,
  14. e.g. 30 means 300ms. Some commonly used options are:
  15.  
  16.      slottime  - the channel access slottime
  17.      maxwait   - maximum time to defer transmissions
  18.      txdelay   - keyup delay before sending data
  19.      persist   - the csma persistence (range 0-255)
  20.      maxkey    - maximum time to allow transmitter to be keyed
  21.                  (range 0-65000)
  22.      txtail    - time to keep transmitter keyed up after end of packet
  23.      
  24.      
  25.      NOTE: the txtail parameter is NOT settable, but is always 4
  26. characters duration at the port's speed.  The value shown is
  27. calculated from the speed given when the interface is first attached.
  28. When you use the trick previously mentioned to allow interchanging of
  29. DE1200 and DE9600 modems, the txtail shown when a DE9600 modem is used
  30. is WRONG.  However, the actual value used is still correct.
  31.  
  32.      
  33.